home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Games / Freeciv / data / trident.tilespec < prev   
Text File  |  2003-01-22  |  1KB  |  48 lines

  1.  
  2. [tilespec]
  3.  
  4. ; Format and options of this tilespec file:
  5. options = "+tilespec2"
  6.  
  7. ; A simple name for the tileset specified by this file:
  8. name = "Trident"
  9.  
  10. ; TODO: add more overall information fields on tiles, 
  11. ; eg, description, authors, colors, etc.
  12.  
  13. ; Basic tile sizes:
  14. normal_tile_width  = 30
  15. normal_tile_height = 30
  16. small_tile_width   = 15
  17. small_tile_height  = 20
  18. is_isometric = 0
  19.  
  20. ; Font to use to draw city names:
  21. city_names_font = "9x15bold"
  22.  
  23. ; Font to use to draw city productions:
  24. city_productions_font = "6x13"
  25.  
  26. ; Should flags be drawn as transparent:  (else opaque)
  27. flags_are_transparent = 1
  28.  
  29. ; These are special because they get freed and reloaded
  30. ; as required:
  31. main_intro_file    = "misc/intro"
  32. minimap_intro_file = "misc/radar"
  33.  
  34. ; Below, the graphics spec files; must be somewhere (anywhere) in 
  35. ; the data path. Order may be important for color allocation on 
  36. ; low-color systems, and if there are any duplicate tags (lattermost
  37. ; tag is used).
  38. files = 
  39.   "trident/tiles.spec",
  40.   "misc/small.spec",
  41.   "trident/units.spec",
  42.   "trident/flags.spec",
  43.   "trident/roads.spec",
  44.   "misc/space.spec",
  45.   "misc/treaty.spec",
  46.   "trident/cities.spec",
  47.   "trident/explosions.spec"
  48.